home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / mcadam1.zip / MCD.ZIP / MCADAM / PLOTTER.DOC < prev    next >
Text File  |  1994-03-20  |  17KB  |  483 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  PLOTTER/PRINTER INSTALLATION
  9.  & PROBLEM DETERMINATION
  10.  
  11.  A MICRO CADAM* Installation Guide Supplement
  12.  
  13.  
  14.  
  15.  
  16.                                    
  17.                                    
  18.                           April 30, 1993
  19.                                    
  20.                      Copyright (C) 1988 by ALTIUM
  21.                             An IBM Company
  22.                       Charlotte, North Carolina 28257
  23.                                    
  24.                 This document shall not be reproduced
  25.                  nor shall the information therein be
  26.                  used by or disclosed to others except
  27.                   as expressly authorized by ALTIUM,
  28.                         An IBM Company.         
  29.                                    
  30.              ALTIUM is a registered trademark of ALTIUM,
  31.                         An IBM Company.     
  32.                MICRO CADAM is a trademark of ALTIUM,
  33.                         An IBM Company.     
  34.  
  35.  Part I - Installation
  36.  
  37.  SERIAL RS-232-C INTERFACE PLOTTERS
  38.  
  39.  Check Hardware Connections
  40.  
  41.  Cable:  Figures 1 & 2 illustrate the required data cable
  42.  configurations for stand-alone interface between MICRO CADAM
  43.  supported plotters and supported computers.  You should make or
  44.  order a cable specifically for your computer rather than trying to
  45.  set up a communications link using any spare RS-232-C cable that
  46.  you may have.  Because of the many misinterpretations of the
  47.  RS-232-C "standards" in the computer industry, a working cable on
  48.  one system may prove useless on another.
  49.  
  50.  
  51.           (COMPUTER) FEMALE DB-9        (COMPUTER) FEMALE DB-25TO        
  52.  (PLOTTER) MALE DB-25       *           TO(PLOTTER) MALE DB-25
  53.  **
  54.  
  55.           1    -----  4                 1     -----  1  SHIELD         
  56.  2        -----2      2                 ----- 3
  57.           3    -----  3                 3     -----  2
  58.           4    -----  5 & 6             7     -----  7
  59.           5    -----  7                 5, 6, 8       -----             
  60.  20
  61.           6 & 8-----  20
  62.           7    -----  8
  63.  
  64.  
  65.                                Figure 1
  66.   CALCOMP COLORMASTER, HEWLETT PACKARD, HOUSTON INSTRUMENTS, IBM, &
  67.                         NICOLET ZETA PLOTTERS
  68.                                    
  69.  
  70.  
  71.           
  72.           (COMPUTER) FEMALE DB-9        (COMPUTER) FEMALE DB-25          
  73.  TO (PLOTTER) MALE DB-25                TO DB-25  (PLOTTER) MALE
  74.           
  75.           1    -----  8                 Use the straight 25 to 25
  76.  pin cable     2            -----       3     that came with the
  77.  plotter and connect  3                 ----- 2      to the port
  78.  marked TO DTE HOST.  4                 ----- 20                       
  79.           5    -----  7
  80.           6    -----  6
  81.           7    -----  4
  82.                       8                 ----- 5
  83.           9    -----  22
  84.                                    
  85.                                Figure 2
  86.                     CALCOMP 1040GT SERIES PLOTTERS
  87.  
  88.    *HP Cable #24542G for 9-pin serial interface (#24542H for HP 7550A Plotter only)
  89.  
  90.  **HP Cable #13242G for 25-pin serial interface (#17255D for HP 7550A Plotter only)
  91.  
  92.  Identify COM1, COM2 and COM3: To determine serial port addresses,
  93.  connect the cable between the computer and plotter and enter
  94.  dir>com1 at the DOS prompt.  If the cable is connected to the
  95.  serial port addressed as COM1 the system will return the DOS
  96.  prompt.  If the cable is not connected to COM1, the error message
  97.  "Error reading device COM1, abort, retry, ignore?" will result.
  98.  Enter a to let this abort, and then confirm the error by entering
  99.  dir>com2.  Return the DOS prompt.  If operating with an IBM PS/2
  100.  check for COM3 thru COM8, which are also valid serial port
  101.  addresses.
  102.  
  103.  Appearance of a flashing curser (without the DOS prompt),
  104.  indicates an address conflict between serial ports -- consult your
  105.  computer's Serial/Parallel Adapter documentation to change
  106.  addresses.
  107.  
  108.  Check Computer Communications Settings
  109.  
  110.  The config.sys file of the root directory must include the
  111.  appropriate plotter device driver statement.The autoexec.bat file
  112.  (root directory) should include a path to DOS files, a set and a
  113.  mode command statement. These commands tell the system which
  114.  computer I/O port will be used and how the data is to be
  115.  transmitted to the plotter.   Sample file statements:
  116.           
  117.           config.sys
  118.           buffers=20
  119.           files=20
  120.           shell=c:\command.com  /e:384 ip
  121.           device=c:\mcadam\mousesys.sys/g:mouse
  122.           device=c:\mcadam\plothp.sys
  123.           device=c:\mcadam\gsscgi.sys
  124.           break=on
  125.           
  126.           autoexec.bat                                                 
  127.  cls                                                 echo off          
  128.  echo micro cadam autoexec.bat boot file      
  129.           prompt=$p$g                                                  
  130.  device=c:\mcadam\ibmrga12.sys                       
  131.           
  132.  path=c:\;c:\dos;c:\mcadam;c:\mcadam\bin;c:\mcadam\gimsample
  133.           set mcadam=la03e8 /i4/dmouse /c 02f8 /s050   
  134.           echo serial plotter port setup
  135.           set c:\mcadam\plothp.sys=com1
  136.                   * mode com1:96,n,8,1,p
  137.           cd c:\mcadam
  138.           reset
  139.           
  140.  * A common interface mode where:  address=com1;  baud rate=9600;
  141.  parity=no/off;  data bits=8;  stop bit=1; automatic restart for
  142.  buffer refill=p.   Caution: 9600 is the maximum baud rate.   The 
  143.  plothp.sys drivers recognize the DOS statement set
  144.  orientation=portrait as a command to rotate output 90! when plot
  145.  data rotation is defined at 0! in the MICRO CADAM model.  Warning: 
  146.  only 1 printer/plotter device driver may be loaded, and the
  147.  gsscgi.sys device driver statement must be the last device
  148.  statement listed.
  149.  
  150.  
  151.  Check Plotter Settings
  152.  External or internal programmable settings on the plotter tell it
  153.  how to receive data from the computer (i.e., eavesdrop or
  154.  standalone, remote or local, baud rate, odd/even/off parity, data
  155.  bits, stop bits).  Plotter communications settings must be set to
  156.  match the computer (Reference Part II - Plotter Settings).
  157.  
  158.  
  159.  PARALLEL INTERFACE PRINTERS
  160.  
  161.  Check Hardware Connections
  162.  Data transmission to printers is normally done through the
  163.  parallel interface.  Consult your output device manual for set-up
  164.  instructions specific to your environment.
  165.  
  166.  Cable:  Most printers use a standard Centronics parallel interface
  167.  cable.  Connect the female DB-25 connector to the computer's
  168.  parallel port addressed as LPT1 or LPT2 and the other end to the
  169.  proper receiving port on the printer.
  170.  
  171.  Identify LPT1 and LPT2:  Determine which parallel port is being
  172.  addressed by entering dir>lpt1 at the DOS prompt.  If the cable is
  173.  connected to the parallel port addressed as LPT1 the current
  174.  directory will be generated on the printer and the system will
  175.  return the DOS prompt.  If the cable is not connected to the
  176.  parallel port addressed as LPT1, the  error message "Error reading
  177.  device LPT1, abort, retry, ignore?" will result.  Enter a to
  178.  abort.  Confirm the error by entering dir>lpt2.  This should
  179.  return the DOS prompt confirming the parallel port is addressed as
  180.  LPT2.
  181.  
  182.  Check Computer Communications Settings
  183.  The config.sys file of the root directory must include the
  184.  required printer device driver file.  The autoexec.bat file of the
  185.  root directory must include a set command (the mode command is not
  186.  necessary), the instruction that tells the system which computer
  187.  I/O port will be used.  Sample files:
  188.  
  189.           config.sys
  190.           device=c:\mcadam\vdidypgd.sys
  191.           device=c:\mcadam\epson100.sys
  192.           device=c:\mcadam\gsscgi.sys
  193.           break=on
  194.  
  195.           autoexec.bat
  196.           cls
  197.           echo off
  198.           echo micro cadam autoexec.bat boot file
  199.           prompt=$p$g
  200.           path=c:\;c:\dos;c:\mcadam;c:\mcadam/bin;c:\mcadam\gimsampl
  201.           set mcadam=/a03e8/i4dmouse/c02f8/s050
  202.           set c:\mcadam\epson100.sys=lpt1
  203.  
  204.  Check Printer Settings
  205.  Consult the device manufacturer's product support center or
  206.  operators manual for set-up instructions specific to your
  207.  environment.  Reference Part III - Printer Settings.
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  Part II - Plotter Settings
  215.  
  216.  MICRO CADAM uses a hardwire or direct  handshake (not XON/XOFF or
  217.  ENK/ACK).  The following plotter settings are recommended when
  218.  plotting in a stand-alone environment.  Consult the device
  219.  manufacturer's product support center or operator manual for
  220.  set-up instructions specific to your environment.
  221.  
  222.  CALCOMP COLORMASTER
  223.  Driver:  CLRMSTR.SYS
  224.  Graphics Mode:  RASTER
  225.  Switch 1:  1=UP (ON), 2=DN (OFF), 3=UP (ON), 4=DN (OFF)
  226.  Switch 2:  1-4 UP (ON)
  227.  
  228.  CALCOMP PLOTMASTER
  229.  Driver:  CLRMSTR.SYS
  230.  Graphics Mode:  RASTER
  231.  Switch 1:  1=UP (ON), 2=DN (OFF), 3=UP (ON), 4=DN (OFF)
  232.  Switch 2:  1-4 UP (ON)
  233.  
  234.  CALCOMP 1023
  235.  Driver:  CCP_PCI.SYS Filesize:  21848
  236.  Softkey Setup
  237.  Setup Submenu:  Host
  238.  Host Submenu  Format:  PCI
  239.                Data:  8 bit
  240.                          1 stop
  241.                          no parity
  242.                Baud:  9600
  243.                Handshake:  DirCntrl
  244.                Sync:  # of Sync/1
  245.                            Sync char - 2
  246.                Chksum:  disabled
  247.                End Msg:  3
  248.  
  249.  CALCOMP 104X GT SERIES (1041GT, 1042GT, 1043GT, & 1044GT*)
  250.  Driver:  CCP_PCI.SYS
  251.  Switch S1:  1=0 (OFF), 2=1 (ON), 3=0 (OFF), 4=1 (ON), 5=0 (OFF),
  252.  6=0 (OFF), 7 & 8 NOT APPLICABLE
  253.  SoftKey Setup Feature 7
  254.  Sub Menu 0: PARITY=0 (none), BITS/CHAR=8
  255.  Sub Menu 1: STOP BITS=1, CLOCK=0 (internal)
  256.  Sub Menu 2: INTERFACE=0 (serial)
  257.  Sub Menu 3: HOST BAUD RATE=9600, MODE=0 (PCI)
  258.  Sub Menu 4: TERM MUTING=NO, CKSUM ENABLE=NO
  259.  Sub Menu 5: ISOCHRONOUS=NO, EOM=03
  260.  Sub Menu 6: DIRECT CONTROL=YES, XON/XOFF=NO
  261.  Sub Menu 7: TERM BAUD RATE=9600, DUPLEX=0 (full)
  262.  Sub Menu 8: SYNC CODES=1, SYNC CODE VALUE=002
  263.  Note:  Specify SET PAPER_SIZE statement as instructed by MICRO
  264.  CADAM Installation Guide
  265.  
  266.  HEWLETT PACKARD 7440A
  267.  Driver:  PLOTHP.SYS  Filesize:  27228
  268.  Switch:  S2=0, S1=0, A4/US=0 or 1, B4=1, B3=0, B2=1, B1=0
  269.  
  270.  HEWLETT PACKARD 7470A
  271.  Driver:  PLOTHP.SYS
  272.  Switch:  S2=0, S1=0, Y=0, A4/US=0 or 1, B4=1, B3=0, B2=1, B1=0
  273.  
  274.  
  275.  HEWLETT PACKARD 7475A
  276.  Driver:  PLOTHP.SYS
  277.  Switch:  S2=0, S1=0, Y=0, US=1, A4/A3=0 or 1, B4=1, B3=0, B2=1,
  278.  B1=0
  279.  
  280.  HEWLETT PACKARD 7550A                  
  281.  Driver:  PLOTHP.SYS
  282.  SoftKey Setup Features
  283.  Menu 1: Mode = ENHANCED
  284.  Menu 2: Environment = STANDALONE
  285.  Menu 3: Handshake = HARDWIRE
  286.  Menu 4: Connection = DIRECT
  287.  Menu 5: Duplex = FULL
  288.  Menu 6: Connection = DIRECT
  289.  Menu 7: Parity = 8 BITS & OFF
  290.  Menu 8: Baud Rate = 9600
  291.  
  292.  HEWLETT PACKARD 7570A DRAFTPRO
  293.  Driver:  PLOTHP.SYS
  294.  Switch 1:  0=OFF, 1=ON, 2=OFF, 3=ON, 4=OFF, 5=OFF, 6=OFF, 7=ON,
  295.  8=ON, 9=OFF, 10=OFF,                    11=OFF
  296.  
  297.  HEWLETT PACKARD 7580B & 7585B (Cut-sheet)
  298.  Driver:  PLOTHP.SYS
  299.  Interface Mode:  RS-232-C
  300.  Baud Rate:  9600
  301.  Switch 1:  OFF/ODD/DUPLEX-FULL/HARDWIRE/NORMAL
  302.  Switch 2:  EXPAND/NORMAL/STANDALONE/NORMAL/NORMAL
  303.  
  304.  HEWLETT PACKARD 7586B (Cut sheet and roll-feed)*
  305.  Driver:  PLOTHP.SYS
  306.  Interface Mode:  RS-232-C
  307.  Baud Rate:  9600
  308.  Switch 1:  OFF/ODD/DUPLEX-FULL/HARDWIRE/NORMAL
  309.  Switch 2:  NORMAL/EXPAND/NORMAL/STANDALONE/NORMAL/NORMAL
  310.  
  311.  HEWLETT PACKARD 7595A DRAFTMASTER I  (Cut-sheet) &
  312.  HEWLETT PACKARD 7596A DRAFTMASTER II (Cut-sheet and roll-feed) *
  313.  Driver:  PLOTHP.SYS
  314.  from SERIAL SoftKey Setting                     from SERIAL SoftKey
  315.  Setting                   from MAIN SoftKey Setting
  316.  Dataflow: REMOTE & STANDALONE                   Bypass: OFF                
  317.  Rotate: OFF
  318.  Baud: 9600                Monitor: OFF          Invert: OFF
  319.  Parity: 0                 Duplex: FULL          Expand: ON
  320.  Hardwire: ON              Auto-Disc: OFF        Emulate: ON
  321.  
  322.  HOUSTON INSTRUMENTS DMP-29 & DMP-50 SERIES (51, 51MP, 52, 52MP,
  323.  56, 56A, 56C)
  324.  Driver:  HIDMPL.SYS        Filesize:  10376
  325.  State 2 Mode: Baud Rate=9600, URAT Parity Bit 8=0,
  326.  Handshake=TOGGLE, Pass Through Port Option=TOGGLE
  327.  Note:  Driver is hardcoded to communicate through COM1 only.
  328.  
  329.  HOUSTON INSTRUMENTS DMP-40 SERIES (40, 41, 42) --  UNTESTED BY
  330.  ALTIUM, An IBM Company.
  331.  Driver:  HIDMPL.SYS
  332.  State 2 Mode: Baud Rate=9600, URAT Parity Bit 8=0,
  333.  Handshake=TOGGLE, Pass Through Port Option=TOGGLE
  334.  Note:  Driver hardcoded to COM1 only.
  335.  
  336.  IBM 6180
  337.  Driver:  PLOTHP.SYS
  338.  Switch:  S2=0, S1=0, Y=0, A4/US=0 or 1, B4=1, B3=0, B2=1, B1=0
  339.  
  340.  IBM 6184
  341.  Driver:  PLOTHP.SYS
  342.  Switch 1:  0=OFF, 1=ON, 2=OFF, 3=ON, 4=OFF, 5=OFF, 6=OFF, 7=ON,
  343.  8=ON, 9=OFF, 10=OFF, 11=OFF
  344.  
  345.  IBM 6186-1 COLOR PLOTTER (Cut-sheet) &
  346.  IBM 6186-2 COLOR PLOTTER (Cut-sheet and roll-feed)*
  347.  Driver:  PLOTHP.SYS
  348.  from SERIAL SoftKey Setting                     from SERIAL SoftKey
  349.  Setting                   from MAIN SoftKey Setting
  350.  Dataflow: REMOTE & STANDALONE                   Bypass: OFF                
  351.  Rotate: OFF
  352.  Baud: 9600                Monitor: OFF          Invert: OFF
  353.  Parity: 0                 Duplex: FULL          Expand: ON
  354.  Hardwire: ON              Auto-Disc: OFF        Emulate: ON
  355.  
  356.  IBM 7371
  357.  Driver:  PLOTHP.SYS
  358.  Switch:  S2=0, S1=0, Y=0, A4/US=0 or 1, B4=1, B3=0, B2=1, B1=0
  359.  
  360.  IBM 7372
  361.  Driver:  PLOTHP.SYS
  362.  Switch:  S2=0, S1=0, Y=0, US=1, A4/A3=0 or 1, B4=1, B3=0, B2=1, B1=0
  363.  
  364.  IBM 7374
  365.  Driver:  PLOTHP.SYS
  366.  Interface Mode:  SERIAL
  367.  Baud Rate:  9600
  368.  Switch 1:  OFF/ODD/DUPLEX-HALF/EXPAND/NORMAL    
  369.  
  370.  IBM 7375-1 (Cut-sheet)
  371.  Driver:  PLOTHP.SYS
  372.  Interface Mode:  SERIAL
  373.  Baud Rate:  9600
  374.  Switch 1:  OFF/ODD/DUPLEX-HALF/DIRECT CONNECT/NORMAL                        
  375.  Switch 2:  EXPAND/NORMAL/STANDALONE/NORMAL/NORMAL
  376.  
  377.  IBM 7375-2 (Cut-sheet and roll-feed)*
  378.  Driver:  PLOTHP.SYS
  379.  Interface Mode:  SERIAL
  380.  
  381.  Mode #6 HPGL P67 Option
  382.  Driver:  PLOTHP.SYS
  383.  SW 01:  1=UP, 2=DN, 3=DN, 4=UP, 5=UP, 6=UP, 7=UP, 8=UP
  384.  SW 02:  1=8 UP
  385.  SW 03:  1=UP, 2=UP, 3=UP, 4=UP, 5=UP, 6=UP, 7=UP, 8=UP
  386.  
  387.  * CCP_PCI.SYS and PLOTHP.SYS drivers are capable of multiple-frame
  388.  plot output on roll-feed models.  Enter SET NFRAMES=X (where X is the
  389.  number of 45" frames required) in the DOS environment before the plot
  390.  program is executed.  Default frame is 1.
  391.  
  392.  JDL 850 EWS (with GL-Processor Firmware Rev. 2.0 or later)
  393.  Driver  PLOTHP.SYS
  394.  I/O1:  128K
  395.  FUNC:  PLOT
  396.  I/O2:  9600, PNON, DB8, STP1, DTR, 32K
  397.  PEMU: 758E
  398.  PLOT:  PC10
  399.  
  400.  NICOLET ZETA 824 & 836 with P63 Option
  401.  Mode #6 HPGL/P63 Option
  402.  Driver:  PLOTHP.SYS
  403.  SW 01:  1=UP, 2=DN, 3=DN, 4=UP, 5=UP, 6=UP, 7=UP, 8=UP
  404.  SW 02:  1=UP, 2=DN, 3=UP, 4=UP, 5=UP, 6=UP, 7=UP, 8=DN
  405.  SW 03:  1=UP, 2=DN, 3=DN, 4=UP, 5=UP, 6=DN, 7=DN, 8=DN
  406.  
  407.  WESTERN GRAFTEC MP2300
  408.  Driver:  PLOTHP.SYS
  409.  RS-232-C Switch S2:  1=ON, 2=OFF, 3=ON, 4=ON, 5=OFF, 6=OFF, 7=OFF,
  410.  8=ON, 9=OFF, 10=OFF
  411.  
  412.  Part III - Printer Settings
  413.  
  414.  Consult the device manufacturer's product support center or operator
  415.  manual for set-up instructions specific to your environment.  Note
  416.  that some printers have options that allow emulation of other
  417.  supported devices -- use the device driver required for the printer
  418.  being emulated.  Printers require a standard 25 pin parallel cable
  419.  unless noted.
  420.  
  421.  EPSON 80 SERIES (RX-80, MX-80, FX-80, & FX-85)
  422.  Driver:  EPMX80.SYS
  423.  
  424.  EPSON 100 SERIES (FX-100, RX-100, FX-185)
  425.  Driver:  EPMX100.SYS
  426.  Note:  The EPMX100.SYS driver produces a maximum plotting frame of
  427.  10.25" x 13".
  428.  
  429.  EPSON FX-286 & FX-286E
  430.  EPSON Mode
  431.  Driver:  EPMX100.SYS
  432.  Switch Panel 1:  1=OFF, 2=OFF, 3=OFF, 4=ON, 5=OFF, 6=ON, 7=ON, 8=ON
  433.  Switch Panel 2:  1=ON, 2=OFF, 3=OFF, 4=OFF
  434.  Note:  The EPMX100.SYS driver produces a maximum plotting frame of
  435.  10.25" x 13".
  436.  
  437.  HEWLETT PACKARD THINKJET
  438.  Cable:  Figure 1
  439.  Driver:  THINKJET.SYS                           Filesize:  41000
  440.  Warning: Device currently unsupported - driver too big to load into
  441.  RAM memory!
  442.  
  443.  HEWLETT PACKARD LASERJET SERIES II
  444.  Driver:  LASERJET         Filesize:  49144
  445.  The laserjet.sys recognizes the SET RESOLUTION=XXX command line.  The
  446.  XXX may be either 75, 100, 150, or 300.  These numbers are the
  447.  resolution in dots per inch (dpi).  The higher the number the clearer
  448.  the picture, but the longer the time required to plot.
  449.  
  450.  IBM PROPRINTER 4201 B/W & PROPRINTER XL 4202 B/W
  451.  Driver:  IBMGPR.SYS       Filesize:  24700
  452.  Switch:  1=OFF, 2=OFF, 3=OFF, 4=OFF, 5=OFF, 6=ON (line feed)
  453.  Note:  Driver allows narrow carriage output only!
  454.  
  455.  IBM GRAPHICS PRINTER 5152
  456.  Driver:  IBMGPR.SYS                             
  457.  
  458.  IBM COLOR PRINTER 5182
  459.  Driver:  IBMPRCOL.SYS     Filesize:  39876
  460.  
  461.  JDL 850 EWS
  462.  Driver:  IBMGPR.SYS (IBM mode) or EPMX100.SYS (Epson mode)
  463.  EMUL:  IBM or EPSN
  464.  FUNC:  PR-P (Centronics parallel interface)
  465.  PLOT:  PC10
  466.  
  467.  OKIDATA MICROLINE 84 & 93
  468.  Driver:  OKID84.SYS       Filesize:  25860
  469.  
  470.  OKIDATA MICROLINE 92
  471.  Driver:  OKID92.SYS       Filesize:  23552
  472.  
  473.  PRINTRONIX MVP, P300, & P600
  474.  Driver:  PRNTRX.SYS       Filesize:  26216
  475.  
  476.  STROBE 100, 200, & 260
  477.  Driver:  STROBE.SYS
  478.  
  479.  TOSHIBA P351
  480.  Driver:  TOS1350.SYS      Filesize:  31620
  481.  Note:  The TOS1350.SYS driver produces a maximum plotting frame of
  482.  10.25" x 13".
  483.